/* Page */
h1.small,
h2,
h3.medium,
h3.large {
  font-family: 'FuturaPTWebLight', "Trebuchet MS", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.7rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
  color: #903590;
  margin-bottom: 2.5rem;
  -webkit-font-smoothing: auto;
}

h1,
h2.xlarge,
h3.xlarge {
  /*
  font-size: 36px;
  line-height: 36px;
  */
  font-size: 50px;
  line-height: 64px;
  color: #993399;
}

.btn {
  font-family: "FuturaPTWebBold", "Trebuchet MS", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: uppercase !important;
  padding: 0.875rem 1.5rem;
  border: none !important;
}

.btn:hover,
.btn:focus {
  border: none !important;
  text-decoration: none !important;
}

.btn-orange {
  background: #FF5722;
}

.btn-orange:hover,
.btn-orange:focus {
  background: #F77D56;
}

.btn-purple {
  background: #660066;
}

.btn-purple:hover,
.btn-purple:focus {
  background: #975997;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-purple:hover,
.btn-purple:focus {
  color: #FFF !important;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  color: #FFF;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

/* Hero */
.featured-panel {
  height: 400px;
  border-bottom: 1px solid #CCC;
}

.featured-panel.light-theme .featured-panel-container {
  background: linear-gradient(rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.33));
}

.featured-panel.dark-theme .featured-panel-container h1,
.featured-panel.dark-theme .featured-panel-container h1 a,
.featured-panel.dark-theme .featured-panel-container p,
.featured-panel.dark-theme .featured-text .dot {
  color: #FFF;
}

.featured-panel ul li {
  margin: 0;
}

.featured-panel .featured-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.featured-panel .featured-logo {
  width: 200px;
  height: auto;
  margin: 1.25rem 0 .625rem;
}

.featured-panel h1 {
  font-size: 5rem;
  line-height: 5rem;
  margin: 0 0 1.25rem;
}

.featured-panel p {
  color: #000;
  margin-bottom: 1.875rem;
}

.featured-panel a:hover,
.featured-panel a:focus {
  text-decoration: none !important;
}

.featured-panel .dot {
  color: #660066;
  font-weight: bold;
}

.featured-panel .featured-text img {
  max-width: 480px;
  width: 100%;
  height: auto;
}

.featured-panel.virtual-summit .featured-panel-container,
.featured-panel.braincandylabs .featured-panel-container {
  background: rgba(255, 255, 255, .75);
  background: linear-gradient(90deg, rgba(255, 255, 255, .8) 25%, rgba(255, 255, 255, .2) 75%);
}

.featured-panel.virtual-summit .featured-text,
.featured-panel.braincandylabs .featured-text {
  max-width: 25rem;
}

.featured-panel.braincandylabs .featured-panel-container .entire.column:after {
  content: '';
  background: url('/img/periodic-table-elements.png');
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20rem;
  height: 20rem;
  margin: 2.5rem 0;
}

.featured-panel.stay-home .featured-panel-container {
  background: rgba(255, 255, 255, .75);
  background: linear-gradient(180deg, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .4) 125%)
}

.featured-panel.stay-home .entire.column {
  max-width: 800px;
  width: 90%;
}

.featured-panel.stay-home .featured-wrapper {
  margin-top: 3.75rem;
}

.featured-panel.stay-home .featured-image {
  float: left;
  width: 60%;
}

.featured-panel.stay-home .featured-text {
  float: left;
  width: 40%;
}

.featured-panel.stay-home .featured-text h1 {
  color: #606;
}

.featured-panel.stay-home .featured-text a:hover,
.featured-panel.stay-home .featured-text a:focus {
  text-decoration: none !important;
}

.featured-panel.stay-home .featured-text u {
  color: #606;
}

.featured-panel.stay-home .featured-image img {
  width: 100%;
  height: auto;
  padding-right: 2.5rem;
}

.featured-panel.papa-johns .featured-wrapper {
  margin-top: 6.25rem;
}

.featured-panel.papa-johns .partner-logo {
  position: absolute;
  top: 15.625rem;
  right: 0;
  width: 8rem;
  height: auto;
}

.featured-panel.wake-up .featured-wrapper {
  margin-top: 7.5rem;
}

.featured-panel.wake-up .featured-text {
  max-width: 40rem;
}

.featured-panel.verizon-recruiting .featured-wrapper {
  width: 100%;
}

.featured-panel.verizon-recruiting .verizon-logo {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  width: 11.25rem;
  height: 2.5rem;
}

.featured-panel.verizon-recruiting .featured-text {
  max-width: 50rem;
}

.featured-panel.she-witi .featured-wrapper {
  width: 100%;
  margin-top: 7.5rem;
}

.featured-panel.she-witi .witi-logo {
  position: absolute;
  right: 10rem;
  bottom: 1.5rem;
  width: 7.5rem;
  height: auto;
}

.featured-panel.she-witi .salesforce-logo {
  position: absolute;
  right: 0;
  bottom: .625rem;
  width: 7.5rem;
  height: auto;
}

.featured-panel.she-witi .featured-text {
  max-width: 50rem;
}

.featured-panel.she-witi .mobile-only {
  display: none;
}

.featured-panel.she-witi h1 a,
.featured-panel.she-witi h1 a:hover {
  text-decoration: underline !important;
}

.featured-panel.she-witi ul li {
  margin-right: 1rem;
}

.featured-panel.she-witi .btn-she-witi-grey {
  background: #EAEAEA;
  color: #414141;
}

.featured-panel.she-witi .btn-she-witi-blue {
  background: #0A99D6;
}

.featured-panel.she-witi .btn-she-witi-purple {
  background: #8E07B5;
}

.featured-panel.womens-intl-day .featured-wrapper {
  margin-top: 6.25rem;
}

.prompt-24-hero {
  width: 900px;
  margin: 0 auto 5rem;
  padding: 32px 42px 42px;
  color: #FFF;
  text-align: center;
  background: linear-gradient(303.73deg, #162077 21.28%, #0726CF 40.68%, #0757CF 67.87%, #FFD966 107.48%);
}

.prompt-24-hero h4 > a,
.prompt-24-hero h1 > a {
  color: #FFF;
}

.prompt-24-hero h4 > a:hover,
.prompt-24-hero h1 > a:hover {
  text-decoration: none;
}

.prompt-24-hero h4 {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 21px;
  font-weight: 900;
  letter-spacing: -0.011em;
  color: #FFF;
  margin: 0 auto 14px;
}

.prompt-24-hero h1 {
  font-family: 'Roboto';
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.011em;
  color: #FFF;
  margin: 0 auto 15px;
}

.prompt-24-hero p {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.011em;
  color: #FFF;
  margin: 0 auto 15px;
  max-width: 580px;
}

.prompt-24-hero > a {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: -0.011em;
  color: #FFF;
  margin: 0 auto;
  text-decoration: underline;
}

/* Rebrand */
.rebrand-section-divider hr {
  border-top: 4px solid #9C579C;
  margin: 3.75rem 0 5rem;
}

.rebrand-welcome h1 {
  font-family: "FuturaPTWebBold", "Trebuchet MS", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.125rem;
  line-height: 4.125rem;
  margin: 3.75rem 0;
  color: #903590;
}

.rebrand-benefits-banner {
  display: flex;
  overflow: auto;
  /* margin: 0 0 3.75rem; */
  padding: 0 1.75rem;
  color: #FFF;
  /*
  background-image: url('/img/rebrand-benefits-banner-background.jpg');
  background-size: cover;
  */
  background: linear-gradient(259.5deg, #FFFFFF -29.04%, #993399 34.12%, #600066 90.04%, #4A014A 144.8%);
}

.rebrand-benefits-banner > div {
  width: 20%;
  text-align: center;
  padding: 1.875rem 2.25rem;
}

.rebrand-benefits-banner h2 {
  font-family: "FuturaPTWebBold", "Trebuchet MS", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.125rem;
  line-height: 4.125rem;
  color: #FFF;
  margin-bottom: .25rem;
}

.rebrand-benefits-banner p {
  font-weight: bold;
  margin-bottom: 0;
}

.rebrand-cta-and-video {
  display: grid;
  column-gap: 15px;
  grid-template-columns: 1fr 2fr;
}

.rebrand-cta-and-video img {
  max-width: 380px;
  width: 100%;
  height: auto;
}

.rebrand-cta-pair {
  display: flex;
  overflow: auto;
  max-width: 900px;
  margin: 0 auto 5rem;
  padding-top: 3.75rem;
}

.rebrand-cta-pair > div {
  float: left;
  width: calc(50% - 1.875rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 2.5rem;
  border: solid 0.125rem #CCC;
  border-radius: 1.25rem;
  transition: all .2s ease;
}

.rebrand-cta-pair > div:first-child {
  margin-right: 3.75rem;
}

.rebrand-cta-pair > div:hover {
  background: #FAFAFA;
  border-color: #9C579C;
}

.rebrand-cta-txt h3 {
  font-family: "FuturaPTWebBook", "Trebuchet MS", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.rebrand-cta-txt h4 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: unset;
  margin-bottom: 1.25rem;
}

.rebrand-cta-txt p {
  margin-bottom: 1.25rem;
}

.rebrand-cta-txt ul {
  list-style-type: disc;
  margin: 0 0 2.5rem 1rem;
}

.rebrand-cta-txt ul > li {
  margin-bottom: 0;
}

.rebrand-cta-txt ul > li > a {
  color: #222;
  text-decoration: underline;
}

.rebrand-cta-btn a {
  display: block;
  color: #fff;
  background: #9a579b;
  padding: 12px 36px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  transition: all .2s ease;
}

.rebrand-cta-btn a:hover {
  background: #660e63;
  text-decoration: none;
}

.rebrand-sponsors {
  margin-bottom: 5rem;
  overflow: auto;
}

.rebrand-sponsors .container {
  padding: 3.75rem 0;
  border-top: 4px solid #9C579C;
  border-bottom: 4px solid #9C579C;
}

.rebrand-sponsors h3 {
  margin-bottom: 3.75rem;
}

.rebrand-sponsors p > a {
  color: #222;
  text-decoration: underline;
}

.rebrand-sponsors-carousel {
  margin-bottom: 0;
}

.rebrand-sponsors-carousel .slick-list {
  margin: 0 1.25rem;
}

.rebrand-sponsors-carousel .slick-prev {
  z-index: 1;
  top: 1.25rem;
}

.rebrand-sponsors-carousel .slick-next {
  top: 1.25rem;
  left: calc(100% - 1.125rem);
}

.rebrand-sponsors-carousel .slick-next:before, 
.rebrand-sponsors-carousel .slick-prev:before {
  color: #606;
}

.rebrand-sponsors-carousel .slick-slide {
  margin: 0 1.25rem;
}

.rebrand-sponsors-carousel img {
  transition: .2s opacity ease;
}

.rebrand-sponsors-carousel img:hover {
  opacity: .8;
}

.rebrand-summit {
  overflow: auto;
  margin-bottom: 5rem;
}

.rebrand-summit .container {
  border-bottom: 4px solid #9C579C;
}

.rebrand-summit p {
  max-width: 830px;
  margin: 2.5rem auto;
}

.rebrand-summit a:not(.btn) {
  color: #222;
}

.rebrand-summit a:not(.btn):hover {
  color: #606;
}

.rebrand-summit .btn {
  margin: 2.5rem auto 5rem;
}

.rebrand-summit-banner {
  margin-top: 1.25rem;
}

.rebrand-speakers-carousel-wrapper {
  max-width: 1024px;
  margin: auto;
}

.rebrand-speakers-carousel {
  margin-bottom: 0;
}

.rebrand-speakers-carousel .slick-list {
  margin: 0 1.25rem;
}

.rebrand-speakers-carousel .slick-prev {
  z-index: 1;
  top: 4.5rem;
}

.rebrand-speakers-carousel .slick-next {
  top: 4.5rem;
  left: calc(100% - 1.125rem);
}

.rebrand-speakers-carousel .slick-next:before, 
.rebrand-speakers-carousel .slick-prev:before {
  color: #606;
}

.rebrand-speakers-carousel .slick-slide {
  margin: 0 1.25rem;
}

.rebrand-speakers-carousel img {
  border-radius: 4px;
  transition: .2s opacity ease;
}

.rebrand-speakers-carousel img:hover {
  opacity: .8;
}

.rebrand-speakers-carousel p {
  margin: 1.25rem 0;
}

.rebrand-speakers-carousel p > a {
  color: #606 !important;
  font-weight: bold;
}

.rebrand-speakers-carousel p > a:hover {
  color: #9C579C !important;
  text-decoration: none;
}

.rebrand-live-stream {
  overflow: auto;
}

.rebrand-live-stream h3 {
  margin: 3.75rem 0 1.875rem;
}

.rebrand-live-stream p {
  /* max-width: 800px; */
  margin: 0 auto 3.75rem;
}

.rebrand-live-stream p > a {
  color: #222;
  text-decoration: underline;
}

.rebrand-live-stream p > a:hover {
  color: #9C579C !important;
  text-decoration: none;
}

.rebrand-live-stream p > a:hover {
  color: #606;
}

.rebrand-scroll-top {
  font-family: "FuturaPTWebBold", "Trebuchet MS", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: right;
  margin-top: 5rem;
}

.rebrand-scroll-top a {
  text-decoration: none;
}

/* Events */
.splash-events-carousel {
  margin-bottom: 2.5rem;
}

.splash-events-menu {
  display: block;
  clear: both;
  overflow: auto;
  margin-bottom: .5rem;
}

.splash-events-menu li {
  display: inline-block;
  float: left;
  font-family: "FuturaPTWebBold", "Trebuchet MS", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9375rem;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  padding-right: 1.25rem;
}

.splash-events-menu li a {
  display: block;
  color: #555;
  padding: 0;
  border-bottom: 3px solid transparent !important;
}

.splash-events-menu li a.select,
.splash-events-menu li a:hover {
  border-bottom: 3px solid #993399 !important;
}

.splash-events-menu li a:hover,
.splash-events-menu li a:focus {
  text-decoration: none !important;
}

.splash-events-slide {
  display: none;
}

.splash-events-slide:first-child {
  display: block
}

.splash-events-slide p {
  max-width: 45rem;
}

.splash-events-slide p a:not(.btn) {
  color: #222;
}

.splash-events-slide p a:hover:not(.btn) {
  color: #606;
}

.splash-events {
  padding: 0;
  overflow: auto;
}

.splash-events .calendar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
}

.splash-events .calendar .event {
  width: 338px;
  margin: 0 0 2.5rem 0;
  overflow: auto;
}

.splash-events .calendar .event-and-city {
  width: calc(100% - 3.75rem) !important;
}

.splash-events .calendar .event-and-city a {
  font-weight: bold;
}

.splash-events .calendar .event-and-city a:hover {
  color: #9C579C;
}

.splash-events .calendar .month-and-day a:hover,
.splash-events .calendar .month-and-day a:focus {
  text-decoration: none !important;
}

.splash-events .calendar .month-and-day .month,
.splash-events .calendar .month-and-day:hover .month {
  background: #660066;
}

.splash-events .calendar .month-and-day .day {
  -webkit-font-smoothing: auto;
}

.splash-events-menu,
.splash-events-carousel {
  display: none !important;
}

.splash-events-mobile {
  /* display: block; */
}

.splash-events-mobile {
  display: none;
}

#Homepage-C {
  margin-bottom: 3.75rem;
}

/* Articles */
.splash-featured-article {
  box-shadow: inherit;
  padding: inherit;
}

.splash-featured-article .profile {
  padding: 0;
}

.splash-featured-article .bio,
.splash-featured-article .paragraph {
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
  text-transform: unset;
}

.splash-featured-article .paragraph {
  margin-top: 1.25rem;
}

.splash-featured-article .paragraph .more:hover,
.splash-featured-article .profile h4 a,
.splash-featured-article .profile h4 a:visited {
  color: #660E63;
}

.splash-featured-article .paragraph .more,
.splash-featured-article .profile h4 .author,
.splash-featured-article .profile h4 .author:visited {
  color: inherit;
}

.splash-featured-article .paragraph .more {
  margin: 0;
  text-decoration: underline;
}

/* Corporate */
.corp-mem .featured-panel-container {
  background: linear-gradient(rgba(66, 0, 66, 0.5), rgba(66, 0, 66, 0.75));
}

.corp-mem .featured-text-wrapper {
  width: 100%;
  max-width: 40rem;
  padding: 0;
}

.corp-mem h1 {
  color: #FFF;
}

.corp-mem ul li {
  margin: 0;
  letter-spacing: inherit;
}

.logo-carousel .slick-dots {
  bottom: inherit;
}

/* Announcement */
.announcement {
  display: none;
}

.announcement .modal-wrap {
  z-index: 999;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}

.announcement .modal-window {
  position: relative;
  width: 45rem;
  max-width: 100%;
  height: auto;
  margin: auto;
  padding: 2.5rem;
  background: #606;
  color: #FFF;
}

.announcement .modal-window.black {
  background: #000;
}

.announcement h4 {
  font-family: "FuturaPTWebBold", "Trebuchet MS", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9375rem;
  text-transform: uppercase;
  letter-spacing: .75rem
}

.announcement .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .875rem 1rem;
  color: #FFF;
}

/* Media Queries */
@media only screen and (min-width: 1200px) {
  .slick-slider.hero .featured-panel h1,
  .slick-slider.hero .featured-panel p {
    width: auto !important;
  }

  .prompt-24-hero {
    width: 1116px;
  }

  .splash-events p {
    margin: 0 2.5rem 2.5rem 0;
  }

  .splash-events .calendar {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .rebrand-benefits-banner {
    padding: 0;
  }
  
  .rebrand-benefits-banner > div {
    padding: 1rem;
  }

  .rebrand-benefits-banner h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  .rebrand-benefits-banner p {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .splash-events .calendar,
  .splash-events .calendar .event {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 980px) {
  .featured-panel .entire.column {
    width: 900px;
  }

  .slick-slider.hero .featured-panel h1,
  .slick-slider.hero .featured-panel p {
    width: auto !important;
  }
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
  .container .two-thirds.column {
    width: 100%;
    margin-right: 0;
  }

  .rebrand-cta-pair > div {
    padding: 2.5rem 1.25rem;
  }
}

@media only screen and (max-width: 979px) {
  h1.small,
  h2,
  h3.medium,
  h3.large {
    line-height: 2.5rem;
  }

  .featured-panel .entire.column {
    width: 90%;
  }

  .featured-panel h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .featured-panel.she-witi .witi-logo {
    position: relative;
    right: unset;
    bottom: unset;
    float: left;
  }

  .featured-panel.she-witi .salesforce-logo {
    position: relative;
    right: unset;
    bottom: unset;
    float: left;
    margin-left: 1.875rem;
  }

  .featured-panel.she-witi .featured-text {
    clear: both;
  }

  .rebrand-cta-pair > div {
    width: calc(50% - 1.25rem);
  }

  .rebrand-cta-pair > div:first-child {
    margin-right: 2.5rem;
  }

  .prompt-24-hero {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .featured-panel {
    background-position: center !important;
  }

  .featured-panel .featured-text {
    max-width: 100% !important;
    width: 100% !important;
    padding: 1rem;
  }

  .featured-panel.virtual-summit .featured-panel-container {
    background: rgba(255, 255, 255, .75);
  }

  .featured-panel.braincandylabs .featured-panel-container .entire.column:after {
    display: none;
  }

  .featured-panel.stay-home .featured-image {
    display: none;
  }

  .featured-panel.papa-johns .featured-wrapper {
    margin-top: 3.75rem;
  }

  .featured-panel.papa-johns .partner-logo {
    display: none;
  }

  .featured-panel.wake-up .featured-wrapper {
    margin-top: 1.25rem;
  }

  .featured-panel.verizon-recruiting .verizon-logo {
    position: relative;
    left: 1rem;
    width: 7.5rem;
    height: 1.625rem;
  }

  .featured-panel.she-witi .featured-text {
    padding: 0;
  }

  .prompt-24-hero h4 {
    margin-top: 30px;
  }

  .prompt-24-hero p {
    display: none;
  }

  .rebrand-welcome h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .rebrand-benefits-banner {
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto 5rem;
    padding: 1.75rem;
  }

  .rebrand-benefits-banner > div {
    width: unset;
  }

  .rebrand-cta-pair {
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto 5rem;
  }

  .rebrand-cta-pair > div {
    width: unset;
  }

  .rebrand-cta-pair > div:first-child {
    margin-right: unset;
    margin-bottom: 2.5rem;
  }

  .rebrand-cta-and-video {
    grid-template-columns: 2fr;
  }

  .rebrand-cta-and-video a {
    text-align: center;
  }

  .rebrand-cta-and-video img {
    max-width: 480px;
    margin-bottom: 3.75rem;
  }

  .rebrand-live-stream {
    margin-top: 0;
  }

  .rebrand-scroll-top {
    text-align: center;
    margin-bottom: 0;
  }

  .splash-events-menu,
  .splash-events-carousel {
    /* display: none !important; */
  }

  .splash-events-mobile {
    /* display: block; */
  }

  .splash-events .calendar,
  .splash-events .calendar .event,
  .splash-events .calendar:nth-child(1),
  .splash-events .calendar:nth-child(2) {
    width: 100% !important;
  }

  .splash-featured-article {
    margin-left: 0;
  }

  .announcement .modal-wrap {
    display: block;
  }

  .announcement .modal-window {
    width: auto;
    padding: 3.75rem 1.25rem 2.5rem;
  }

  .hide-mobile {
    display: none;
  }

  #Homepage-A,
  #Homepage-B,
  #Homepage-C {
    text-align: center;
  }

  #Homepage-A img,
  #Homepage-B img,
  #Homepage-C img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 599px) {
  .featured-panel .entire.column {
    width: 90%;
  }

  .featured-panel .featured-text {
    text-align: center;
  }

  .slick-slider.splash-main .featured-panel h1 {
    margin: 0 0 1.25rem;
  }

  .slick-slider.splash-main .featured-panel p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 1.875rem;
  }

  .featured-panel.verizon-recruiting .featured-wrapper {
    margin-top: 2.5rem;
  }

  .featured-panel.verizon-recruiting .verizon-logo {
    display: none;
  }

  .featured-panel.she-witi .featured-wrapper {
    margin-top: 10rem;
  }

  .featured-panel.she-witi .witi-logo,
  .featured-panel.she-witi .salesforce-logo {
    display: none;
  }

  .featured-panel.she-witi .featured-text p,
  .featured-panel.she-witi .featured-text li {
    display: none;
  }

  .featured-panel.she-witi .featured-text li.mobile-only {
    display: block;
    margin-top: 2.5rem;
  }

  .splash-events .calendar {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
  }
}

@media only screen and (max-width: 479px) {
  .featured-panel.she-witi .featured-wrapper {
    margin-top: 5rem;
  }

  .slick-slider.hero .featured-panel ul li {
    padding: inherit;
  }

  .rebrand-cta-pair > div {
    padding: 2.5rem 1.25rem;
  }

  .prompt-24-hero h1 {
    font-size: 42px;
  }
}